projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0efc223
)
(uncache_image): Fix typo.
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 25 May 2007 02:02:25 +0000
(
02:02
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 25 May 2007 02:02:25 +0000
(
02:02
+0000)
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index 6858675d9e4b1715b76ec03b3e795493e4f0b477..11f4425136ce4cf02263e8c073f60dbd7eb5a8e5 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-1639,7
+1639,7
@@
uncache_image (f, spec)
Lisp_Object spec;
{
struct image_cache *c = FRAME_X_IMAGE_CACHE (f);
- struct image *img
= IMAGE_FROM_ID (f, lookup_image (f, spec))
;
+ struct image *img;
unsigned hash = sxhash (spec, 0);
int i = hash % IMAGE_CACHE_BUCKETS_SIZE;